home *** CD-ROM | disk | FTP | other *** search
/ El CD-ROM del Barça / El CD-ROM del Barça.zip / El CD-ROM del Barça / El CD-ROM del Barça.iso / sport1 / main.dir / 00005_Script_5 < prev    next >
Text File  |  1996-09-12  |  979b  |  48 lines

  1. on exitframe
  2.   go the frame
  3.   rolls
  4.   if rollOver(10) then
  5.     set the visible of sprite 27 = true
  6.   else
  7.     set the visible of sprite 27 = false
  8.   end if
  9.   if rollOver(11 ) then
  10.     set the visible of sprite 28 = true
  11.   else
  12.     set the visible of sprite 28 = false
  13.   end if
  14.   if rollOver(12 ) then
  15.     set the visible of sprite 29 = true
  16.   else
  17.     set the visible of sprite 29 = false
  18.   end if
  19.   if rollOver(13) then
  20.     set the visible of sprite 30 = true
  21.   else
  22.     set the visible of sprite 30 = false
  23.   end if
  24.   if rollOver(14) then
  25.     set the visible of sprite 31 = true
  26.   else
  27.     set the visible of sprite 31 = false
  28.   end if
  29.   if rollOver(15) then
  30.     set the visible of sprite 32 = true
  31.   else
  32.     set the visible of sprite 32 = false
  33.   end if
  34.   if rollOver(16) then
  35.     set the visible of sprite 33 = true
  36.   else
  37.     set the visible of sprite 33 = false
  38.   end if
  39.   updatestage
  40. end
  41.  
  42.  
  43. on mouseUp
  44.   action
  45. end mouseUp
  46.  
  47.  
  48.